[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
View:View(ID,Name,R,C,Rs,Cs,Clr,Shadow): public: return true
  Copy of an object is created, default initialised as a view object,
  painted to the screen and started as the task.

  Parameter description:
  ~~~~~~~~~~~~~~~~~~~~~~
  ID: numeric no default.
   It is a menu item number to start this method, for compatibility of menu system.

  Name: text or code block: default is {||""}, no title.
   Text or code block as window title.

  R: numeric: default is 3.
   Top window border.

  C: numeric: default is 4.
   Left window border.

  Rs: numeric: default is MaxRow()-7.
   Window height in number of rows to fit in.

  Cs: numeric: default is MaxCol()-9.
   Window width in number of columns to fit in.

  Clr: character: default is m->Color:Edit.
   Window colors.

  Shadow: logical: default is true for color monitor, false for monochrom.
   If true, the shadow will be painted.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson